emacs.git
15 years agofix-gnu-kfreebsd-startup.diff
Rob Browning [Tue, 5 Apr 2011 03:46:32 +0000 (22:46 -0500)]
fix-gnu-kfreebsd-startup.diff
* Emacs should no longer hang on startup on Debian GNU/kFreeBSD.
  Patch: fix-gnu-kfreebsd-startup.diff
  Date: Thu Aug 12 04:21:09 UTC 2010
Added-by: Rob Browning <rlb@defaultvalue.org>
Provided-By: Petr Salinger <Petr.Salinger@seznam.cz>
  Bug: 559392
  Status: new

15 years agoadd-unix-to-cpp-undefs.diff
Rob Browning [Tue, 5 Apr 2011 03:46:31 +0000 (22:46 -0500)]
add-unix-to-cpp-undefs.diff
* ./configure should no longer define "unix" when building Emacs.
  Patch: add-unix-to-cpp-undefs.diff
  Date: Sun May  2 07:23:27 UTC 2010
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  Before this fix, gcc would produce the following warning:

    gcc: unrecognized option '-2.0/'

  The Debian patch is taken from this upstream commit:

    revno: 99984
    committer: Miles Bader <miles@gnu.org>
    branch nick: trunk
    timestamp: Thu 2010-04-22 09:10:30 +0900
    message:
      get rid of "unix" pre-defined macro when preprocessing Makefile

15 years agofix-flymake-xmlstarlet-invocation.diff
Rob Browning [Tue, 5 Apr 2011 03:46:30 +0000 (22:46 -0500)]
fix-flymake-xmlstarlet-invocation.diff
* Emacs now invokes the correct xmlstarlet executable on Debian systems.
  Patch: fix-flymake-xmlstarlet-invocation.diff
Provided-by: Jussi Judin <jjudin+debian@iki.fi>
  Date: Sat, 20 Oct 2007 14:42:02 UTC
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: Debian specific
  Bug: 447378

  Emacs invokes xmlstarlet rather than xml, which is the correct
  executable name on Debian systems.

15 years agolook-for-news-to-find-etc.diff
Rob Browning [Tue, 5 Apr 2011 03:46:29 +0000 (22:46 -0500)]
look-for-news-to-find-etc.diff
* Emacs will now look for NEWS in order to find etc/ rather than GNU.
  Patch: look-for-news-to-find-etc.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
Originally-reported-by: Bernhard Michler <Boregard@gmx.net>
  Date: Mon, 28 Apr 2008 11:20:23 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: Debian specific

  Since Debian doesn't include GNU in the Debian packages (the common
  licenses are in /usr/share/common-licenses), Emacs will now look for
  NEWS to find the etc directory instead of GNU.

15 years agoversion-mention-debian.diff
Rob Browning [Tue, 5 Apr 2011 03:46:28 +0000 (22:46 -0500)]
version-mention-debian.diff
* The output of (version) has been modified to indicate Debian modifications.
  Patch: version-mention-debian.diff
  Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
15 years agoavoid-fakemail-mail-loss.diff
Rob Browning [Tue, 5 Apr 2011 03:46:27 +0000 (22:46 -0500)]
avoid-fakemail-mail-loss.diff
* An attempt is made to avoid silently losing mail via fakemail.
  Patch: avoid-fakemail-mail-loss.diff
  Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
  This fix attempts to avoid a situation where Emacs can silently lose
  mail.  This can occur if sendmail.el (at least) falls back to
  fakemail, and the underlying binary (MAIL_PROGRAM_NAME) that
  fakemail is configured to use doesn't exist.  Unless
  mail-interactive is true, Emacs won't wait for the mailer and so
  won't know that fakemail failed.

  For now, Debian sets fakemail's MAIL_PROGRAM_NAME to /usr/bin/mail
  (which is the correct value for Debian systems) rather than
  /bin/mail.  Debian also adjusts Emacs to test whether or not
  /usr/bin/mail exists and is executable.  If either of these tests
  fail, then mail-interactive is set to t.  That should ensure that a
  user will actually see an error if they attempt to use the broken
  fakemail.

  Note that Debian actually forces the MAIL_PROGRAM_NAME value to
  /usr/bin/mail.  The build will fail if any other value is specified.
  This is done to ensure that MAIL_PROGRAM_NAME isn't accidentally set
  to some other value during the build process.  If this is
  undesirable for some reason, just comment out
  avoid-fakemail-loss.diff in debian/patches/series.

15 years agorequire-movemail-use-liblockfile.diff
Rob Browning [Tue, 5 Apr 2011 03:46:26 +0000 (22:46 -0500)]
require-movemail-use-liblockfile.diff
* The build will fail if liblockfile isn't selected for movemail.
  Patch: require-movemail-use-liblockfile.diff
  Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
  This makes sure the Debian Emacs won't accidentally be built with
  the wrong locking strategy.  To disable this check, comment out
  require-movemail-use-liblockfile.diff in debian/patches/series.

15 years agomisc-unseparated.diff
Rob Browning [Tue, 5 Apr 2011 03:46:25 +0000 (22:46 -0500)]
misc-unseparated.diff
* The following miscellaneous changes have been made.
  Patch: misc-unseparated.diff

  * Various documentation references have been adjusted for Debian.

    References to /usr/local/... have been changed to
    /usr/... as appropriate, etc.

15 years agohandle-dfsg-split.diff
Rob Browning [Tue, 5 Apr 2011 03:46:24 +0000 (22:46 -0500)]
handle-dfsg-split.diff
* Files apparently incompatible with the DFSG have been removed.

  A number of files have been removed from this package because their
  licenses are not compatible with the Debian Free Software Guidelines
  (DFSG), or because it wasn't completely clear that their licenses
  are compatible.

  In particular, all of the files which are covered under the GFDL and
  have invariant sections have been removed in accordance with this
  General Resolution: http://www.debian.org/vote/2006/vote_001.

  The files that have been removed, but still appear to be
  distributable, have been moved to packages in Debian's non-free
  section.

  Patch: handle-dfsg-split.diff
  Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: new

15 years agodebian-startup.diff
Rob Browning [Tue, 5 Apr 2011 03:46:22 +0000 (22:46 -0500)]
debian-startup.diff
* Emacs runs debian-startup and sets debian-emacs-flavor.
  Patch: debian-startup.diff

  * Emacs runs debian-startup during the startup process unless
    site-run-file is false.

  * The global variable debian-emacs-flavor is bound to 'emacs23.
    Author: Rob Browning <rlb@defaultvalue.org>

15 years agodebian-site-init-el.diff
Rob Browning [Tue, 5 Apr 2011 03:46:21 +0000 (22:46 -0500)]
debian-site-init-el.diff
* Emacs will prefer /usr/share/info/emacs-23 over /usr/share/info.
  Patch: debian-site-init-el.diff

  The value of Info-default-directory-list has been augmented via
  site-init.el to include /usr/share/info/emacs-23 before
  /usr/share/info.

15 years agoMerge commit 'EMACS_23_2' into deb/emacs23/d/sid/upstream
Rob Browning [Sat, 8 May 2010 03:28:33 +0000 (22:28 -0500)]
Merge commit 'EMACS_23_2' into deb/emacs23/d/sid/upstream

15 years agoImport emacs23_23.2+1.orig.tar.bz2.
Rob Browning [Sat, 8 May 2010 03:28:29 +0000 (22:28 -0500)]
Import emacs23_23.2+1.orig.tar.bz2.

15 years agoBump version to 23.2.
Chong Yidong [Sat, 8 May 2010 03:28:26 +0000 (23:28 -0400)]
Bump version to 23.2.

15 years agoFix ChangeLog typo.
Chong Yidong [Fri, 7 May 2010 22:51:37 +0000 (18:51 -0400)]
Fix ChangeLog typo.

15 years ago* building.texi (GDB Graphical Interface): Remove misleading comparison
Chong Yidong [Fri, 7 May 2010 14:51:09 +0000 (10:51 -0400)]
* building.texi (GDB Graphical Interface): Remove misleading comparison
to an IDE (Bug#6128).

15 years ago* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake...
Chong Yidong [Wed, 5 May 2010 19:54:04 +0000 (15:54 -0400)]
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility.

15 years agoBump version to 23.1.97.
Chong Yidong [Tue, 4 May 2010 01:31:59 +0000 (21:31 -0400)]
Bump version to 23.1.97.

15 years agoFix typos (Bug#6094). From Štěpán Němec.
Chong Yidong [Mon, 3 May 2010 22:01:23 +0000 (18:01 -0400)]
Fix typos (Bug#6094).  From Štěpán Němec.

15 years agoVariable purecopying fix (Bug#6083).
Chong Yidong [Mon, 3 May 2010 01:55:01 +0000 (21:55 -0400)]
Variable purecopying fix (Bug#6083).

* international/mule.el (auto-coding-alist):  Only purecopy
car or each item, not the whole list (Bug#6083).

15 years agoAdd check for buggy version of GCC (Bug#6031).
Chong Yidong [Mon, 3 May 2010 01:42:50 +0000 (21:42 -0400)]
Add check for buggy version of GCC (Bug#6031).

* configure.in: Add check for buggy version of GCC (Bug#6031).
* configure: Regenerate
* etc/NEWS: Minor tweak to problem description.

15 years agoMake paragraph vars local for js-mode (Bug#6071).
Chong Yidong [Sun, 2 May 2010 15:15:29 +0000 (11:15 -0400)]
Make paragraph vars local for js-mode (Bug#6071).

* progmodes/js.el (js-mode): Make paragraph variables local before
calling c-setup-paragraph-variables (Bug#6071).

15 years ago composite.el (compose-region, reference-point-alist): Fix typos in the doc
Eli Zaretskii [Sat, 1 May 2010 18:50:20 +0000 (21:50 +0300)]
 composite.el (compose-region, reference-point-alist): Fix typos in the doc
 strings.

15 years agoFix for Bug#5984.
Andreas Schwab [Fri, 30 Apr 2010 16:00:48 +0000 (12:00 -0400)]
Fix for Bug#5984.

* composite.c (autocmp_chars): Save point as marker before calling
auto-composition-function.

* lisp.h (restore_point_unwind): Add prototype.

* fileio.c (restore_point_unwind): Remove static attribute.

15 years agoUse the proper form for gnuplot's set command
Alexander Klimov [Thu, 29 Apr 2010 02:38:12 +0000 (21:38 -0500)]
Use the proper form for gnuplot's set command

15 years ago* PROBLEMS: Document gcc-4.5 bug (Bug#6031).
Chong Yidong [Tue, 27 Apr 2010 15:36:16 +0000 (11:36 -0400)]
* PROBLEMS: Document gcc-4.5 bug (Bug#6031).

15 years ago* abbrev.el: Fix typos.
Juanma Barranquero [Mon, 26 Apr 2010 09:55:29 +0000 (11:55 +0200)]
* abbrev.el: Fix typos.

15 years agoRemove --- and +++ lines from NEWS file.
Chong Yidong [Sun, 25 Apr 2010 22:09:52 +0000 (18:09 -0400)]
Remove --- and +++ lines from NEWS file.

15 years ago* keymaps.texi (Menu Bar): Document :advertised-binding property.
Chong Yidong [Sun, 25 Apr 2010 21:50:34 +0000 (17:50 -0400)]
* keymaps.texi (Menu Bar): Document :advertised-binding property.

15 years agoDocument Emacs 23.2 changes.
Chong Yidong [Sun, 25 Apr 2010 21:21:51 +0000 (17:21 -0400)]
Document Emacs 23.2 changes.

* functions.texi (Obsolete Functions): Document
set-advertised-calling-convention.

* minibuf.texi (Basic Completion): Document completion-in-region.
(Programmed Completion): Document completion-annotate-function.

* commands.texi (Reading One Event): Document read-key.
(Distinguish Interactive): Document KIND arg to
called-interactively-p.  Delete obsolete interactive-p.

* elisp.texi (Top): Update node description.

* misc.texi (Printing): Document htmlfontify-buffer.

15 years agoFix the entry about eshell's su and sudo commands. bug#6021
Michael Albinus [Sun, 25 Apr 2010 06:34:03 +0000 (08:34 +0200)]
Fix the entry about eshell's su and sudo commands.  bug#6021

15 years ago* composite.el (find-composition): Doc fix.
Andreas Schwab [Sat, 24 Apr 2010 16:35:43 +0000 (18:35 +0200)]
* composite.el (find-composition): Doc fix.

15 years ago* progmodes/sql.el: Fix typos.
Juanma Barranquero [Sat, 24 Apr 2010 02:59:23 +0000 (04:59 +0200)]
* progmodes/sql.el: Fix typos.

15 years ago* info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
Juri Linkov [Fri, 23 Apr 2010 16:46:03 +0000 (19:46 +0300)]
* info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
property instead of `invisible' and `after-string' (bug#5998).

15 years agoFix typo in docstring.
Juri Linkov [Fri, 23 Apr 2010 16:35:57 +0000 (19:35 +0300)]
Fix typo in docstring.

15 years agoUse new features of libotf and m17n-lib if available.
Kenichi Handa [Fri, 23 Apr 2010 12:30:36 +0000 (21:30 +0900)]
Use new features of libotf and m17n-lib if available.

15 years agoUse new features of libotf and m17n-lib if available.
Kenichi Handa [Fri, 23 Apr 2010 12:29:11 +0000 (21:29 +0900)]
Use new features of libotf and m17n-lib if available.

15 years agoHELLO: Adjust Burmese for Unicode 5.2 encoding.
Kenichi Handa [Fri, 23 Apr 2010 02:17:55 +0000 (11:17 +0900)]
HELLO: Adjust Burmese for Unicode 5.2 encoding.

15 years agomerge trunk
Kenichi Handa [Fri, 23 Apr 2010 02:17:09 +0000 (11:17 +0900)]
merge trunk

15 years agoHELLO: Adjust Burmese for Unicode 5.2 encoding.
Kenichi Handa [Fri, 23 Apr 2010 02:14:40 +0000 (11:14 +0900)]
HELLO: Adjust Burmese for Unicode 5.2 encoding.

15 years ago* filecache.el: Fix typos in docstrings.
Juanma Barranquero [Fri, 23 Apr 2010 00:15:47 +0000 (02:15 +0200)]
* filecache.el: Fix typos in docstrings.

15 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Thu, 22 Apr 2010 23:43:10 +0000 (23:43 +0000)]
Synch with Gnus trunk:

;; I've committed this change to only the trunk by mistake, sorry,
;; but it should have been also in the branch.

(message-generate-headers): Record insertion of optional headers as well.
Otherwise the check to prevent repeated insertion of optional headers
is a no-op.  By Andreas Seltenreich <seltenreich@gmx.de>.

15 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Thu, 22 Apr 2010 23:41:53 +0000 (23:41 +0000)]
Synch with Gnus trunk:
;; I've committed this change to only the trunk by mistake, sorry,
;; but it should have been also in the branch.)
(message-generate-headers): Record insertion of optional headers as well.
Otherwise the check to prevent repeated insertion of optional headers
is a no-op.  By Andreas Seltenreich <seltenreich@gmx.de>.

15 years agoMerge from mainline.
Katsumi Yamaoka [Thu, 22 Apr 2010 07:53:53 +0000 (07:53 +0000)]
Merge from mainline.

15 years agolanguage/indian.el (gujarati-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 05:01:21 +0000 (14:01 +0900)]
language/indian.el (gujarati-composable-pattern): Fix typo.

15 years agolanguage/indian.el (gujarati-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 04:59:50 +0000 (13:59 +0900)]
language/indian.el (gujarati-composable-pattern): Fix typo.

15 years agolanguage/indian.el (gurmukhi-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 04:08:10 +0000 (13:08 +0900)]
language/indian.el (gurmukhi-composable-pattern): Fix typo.

15 years agomerge trunk
Kenichi Handa [Thu, 22 Apr 2010 04:07:11 +0000 (13:07 +0900)]
merge trunk

15 years agolanguage/indian.el (gurmukhi-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 04:05:26 +0000 (13:05 +0900)]
language/indian.el (gurmukhi-composable-pattern): Fix typo.

15 years agoMerge from mainline.
Katsumi Yamaoka [Wed, 21 Apr 2010 22:57:48 +0000 (22:57 +0000)]
Merge from mainline.

15 years agoMinor doc fix.
Glenn Morris [Wed, 21 Apr 2010 02:49:00 +0000 (19:49 -0700)]
Minor doc fix.

* calendar.texi (Displaying the Diary, Format of Diary File):
Fix external cross-references for TeX format output.

15 years agolanguage/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam...
Kenichi Handa [Wed, 21 Apr 2010 00:49:59 +0000 (09:49 +0900)]
language/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam-composable-pattern): Add two-part vowels to "v" (vowel sign).

15 years agomerge trunk
Kenichi Handa [Wed, 21 Apr 2010 00:49:01 +0000 (09:49 +0900)]
merge trunk

15 years agoMerge from mainline.
Katsumi Yamaoka [Tue, 20 Apr 2010 22:41:29 +0000 (22:41 +0000)]
Merge from mainline.

15 years ago* files.el (copy-directory): Handle symlinks (Bug#5982).
Chong Yidong [Tue, 20 Apr 2010 22:28:26 +0000 (18:28 -0400)]
* files.el (copy-directory): Handle symlinks (Bug#5982).

15 years agoRevert 2009-10-12 change to compilation-next-error-function (Bug#5983).
Chong Yidong [Tue, 20 Apr 2010 16:04:05 +0000 (12:04 -0400)]
Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).

* progmodes/compile.el (compilation-next-error-function): Revert
2009-10-12 change (Bug#5983).

15 years agoFix hg envvar handling (Bug#5846).
Chong Yidong [Tue, 20 Apr 2010 15:57:54 +0000 (11:57 -0400)]
Fix hg envvar handling (Bug#5846).

* vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
(vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
(Bug#5846).

15 years agolanguage/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam...
Kenichi Handa [Tue, 20 Apr 2010 13:25:42 +0000 (22:25 +0900)]
language/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam-composable-pattern): Add two-part vowels to "v" (vowel sign).

15 years ago* emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
Glenn Morris [Tue, 20 Apr 2010 07:54:28 +0000 (00:54 -0700)]
* emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.

15 years ago* minibuffer.el (completion-at-point): Doc fix.
Glenn Morris [Tue, 20 Apr 2010 07:37:20 +0000 (00:37 -0700)]
* minibuffer.el (completion-at-point): Doc fix.

15 years agoBump version to 23.1.96.
Chong Yidong [Tue, 20 Apr 2010 01:29:37 +0000 (21:29 -0400)]
Bump version to 23.1.96.

15 years agoMerge from mainline.
Katsumi Yamaoka [Mon, 19 Apr 2010 22:42:15 +0000 (22:42 +0000)]
Merge from mainline.

15 years ago* ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note
Chong Yidong [Mon, 19 Apr 2010 14:38:53 +0000 (10:38 -0400)]
* ede.texi (EDE Mode): Refer to init file rather than `.emacs'.  Note
that Development menu is always available.
(Creating a project): Fix terminology.
(Add/Remove files): Fix typo.

15 years ago* ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note
Chong Yidong [Mon, 19 Apr 2010 14:38:12 +0000 (10:38 -0400)]
* ede.texi (EDE Mode): Refer to init file rather than `.emacs'.  Note
that Development menu is always available.
(Creating a project): Fix terminology.
(Add/Remove files): Fix typo.

15 years ago(completion-styles): Improve docstrings.
Stefan Monnier [Mon, 19 Apr 2010 13:17:40 +0000 (09:17 -0400)]
(completion-styles): Improve docstrings.

15 years agoMerge from mainline.
Katsumi Yamaoka [Mon, 19 Apr 2010 03:41:21 +0000 (03:41 +0000)]
Merge from mainline.

15 years ago* dired.c (Ffile_attributes): Fix typo in docstring.
Juanma Barranquero [Mon, 19 Apr 2010 03:06:29 +0000 (05:06 +0200)]
* dired.c (Ffile_attributes): Fix typo in docstring.

15 years agoMerge from mainline.
Katsumi Yamaoka [Sun, 18 Apr 2010 23:26:57 +0000 (23:26 +0000)]
Merge from mainline.

15 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Sun, 18 Apr 2010 23:24:22 +0000 (23:24 +0000)]
Synch with Gnus trunk:
2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
 the CVS repo.  Put the Git repo in the news section.
 * gnus-coding.texi (Gnus Maintainance Guide): Fixed title typo.
 Removed some mentions of CVS.  Mention the new Git repo.

2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
 * smime.el: Don't mention CVS.
 * nnrss.el (nnrss-fetch): Don't mention CVS.
 * nnir.el: Don't mention CVS.

15 years agoMerge from mainline.
Katsumi Yamaoka [Sun, 18 Apr 2010 23:14:41 +0000 (23:14 +0000)]
Merge from mainline.

15 years ago* programs.texi (Semantic): New node.
Chong Yidong [Sun, 18 Apr 2010 23:02:16 +0000 (19:02 -0400)]
* programs.texi (Semantic): New node.

* maintaining.texi (EDE): New node.

* emacs.texi: Update node listing.

* misc.texi (Gnus): Use the `C-h i' keybinding for info.

15 years agoMerge from mainline.
Katsumi Yamaoka [Sun, 18 Apr 2010 22:41:26 +0000 (22:41 +0000)]
Merge from mainline.

15 years agoBugfix for ede-proj-makefile-insert-variables.
Chong Yidong [Sun, 18 Apr 2010 21:40:10 +0000 (17:40 -0400)]
Bugfix for ede-proj-makefile-insert-variables.

* cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
destroy list before using it.

15 years agoFix the version number for added files.
Dan Nicolaescu [Sat, 17 Apr 2010 16:10:19 +0000 (09:10 -0700)]
Fix the version number for added files.
* vc-hg.el (vc-hg-working-revision): Check if the file is
registered after hg parent fails (Bug#5961).

15 years agoAdd some autoloads.
Glenn Morris [Sat, 17 Apr 2010 02:07:48 +0000 (19:07 -0700)]
Add some autoloads.

* htmlfontify.el (htmlfontify-buffer)
(htmlfontify-copy-and-link-dir): Autoload entry points.

15 years ago* etc/NEWS: Minor edits.
Glenn Morris [Sat, 17 Apr 2010 02:06:12 +0000 (19:06 -0700)]
* etc/NEWS: Minor edits.

15 years agoFix to vc-hg-annotate-extract-revision-at-line (Bug#5960).
Chong Yidong [Sat, 17 Apr 2010 00:28:19 +0000 (20:28 -0400)]
Fix to vc-hg-annotate-extract-revision-at-line (Bug#5960).

* vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
name relative to the project root (Bug#5960).

15 years ago* emacs.texi (Acknowledgments): Remove duplicate.
Glenn Morris [Fri, 16 Apr 2010 07:43:29 +0000 (00:43 -0700)]
* emacs.texi (Acknowledgments): Remove duplicate.

15 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Fri, 16 Apr 2010 03:27:09 +0000 (03:27 +0000)]
Synch with Gnus trunk:
(Score File Format): Fix typo.
(Mail Group Commands): Add index entry.
By Andreas Seltenreich <seltenreich@gmx.de>.

15 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Fri, 16 Apr 2010 03:26:07 +0000 (03:26 +0000)]
Synch with Gnus trunk:
(Score File Format): Fix typo.
(Mail Group Commands): Add index entry.
By Andreas Seltenreich <seltenreich@gmx.de>.

15 years agoMerge from mainline.
Katsumi Yamaoka [Fri, 16 Apr 2010 03:22:06 +0000 (03:22 +0000)]
Merge from mainline.

15 years ago* etc/NEWS: git version number issues don't need manual changes.
Glenn Morris [Fri, 16 Apr 2010 02:50:42 +0000 (19:50 -0700)]
* etc/NEWS: git version number issues don't need manual changes.

15 years agoImprove previous change.
Glenn Morris [Fri, 16 Apr 2010 02:45:26 +0000 (19:45 -0700)]
Improve previous change.

15 years ago* vc-git.el (vc-git-print-log): Doc fix.
Glenn Morris [Fri, 16 Apr 2010 02:39:22 +0000 (19:39 -0700)]
* vc-git.el (vc-git-print-log): Doc fix.

15 years ago* maintaining.texi (VC Directory Commands): Mention stashes and shelves.
Glenn Morris [Fri, 16 Apr 2010 02:35:59 +0000 (19:35 -0700)]
* maintaining.texi (VC Directory Commands): Mention stashes and shelves.

15 years agoMerge from mainline.
Katsumi Yamaoka [Thu, 15 Apr 2010 22:43:50 +0000 (22:43 +0000)]
Merge from mainline.

15 years ago* doc/emacs/ChangeLog: Fix typo.
Glenn Morris [Thu, 15 Apr 2010 17:17:01 +0000 (10:17 -0700)]
* doc/emacs/ChangeLog: Fix typo.

15 years ago* etc/NEWS: Remove duplicate entry.
Glenn Morris [Thu, 15 Apr 2010 07:56:31 +0000 (00:56 -0700)]
* etc/NEWS: Remove duplicate entry.

15 years agoMention Dired VC diff and log in manual.
Glenn Morris [Thu, 15 Apr 2010 07:54:06 +0000 (00:54 -0700)]
Mention Dired VC diff and log in manual.

* dired.texi (Misc Dired Features): Mention VC diff and log.
* maintaining.texi (Old Revisions, VC Change Log):
Mention that diff and log work in Dired buffers.

15 years ago* info.texi (Search Index): Mention Emacs's Info-virtual-index.
Glenn Morris [Thu, 15 Apr 2010 07:34:28 +0000 (00:34 -0700)]
* info.texi (Search Index): Mention Emacs's Info-virtual-index.

15 years ago* help.texi (Help Summary): Mention M-x info-finder.
Glenn Morris [Thu, 15 Apr 2010 07:25:20 +0000 (00:25 -0700)]
* help.texi (Help Summary): Mention M-x info-finder.

15 years agoNEWS markup.
Glenn Morris [Thu, 15 Apr 2010 07:19:06 +0000 (00:19 -0700)]
NEWS markup.

* etc/NEWS: bookmark-bmenu-search, mpc, image-mode-maybe do not need
  manual entries.  GDB changes, Semantic, EDE, EIEIO have them.

15 years ago* ack.texi (Acknowledgments): Add mpc.el
Glenn Morris [Thu, 15 Apr 2010 07:06:25 +0000 (00:06 -0700)]
* ack.texi (Acknowledgments): Add mpc.el

15 years ago* etc/NEWS: Minor mark-up and typo fixes.
Glenn Morris [Thu, 15 Apr 2010 02:20:33 +0000 (19:20 -0700)]
* etc/NEWS: Minor mark-up and typo fixes.

15 years agoDocument new commands for manipulating local variable lists.
Glenn Morris [Thu, 15 Apr 2010 02:05:36 +0000 (19:05 -0700)]
Document new commands for manipulating local variable lists.

* custom.texi (Specifying File Variables, Directory Variables):
Document new commands for manipulating local variable lists.

15 years agoMerge from mainline.
Katsumi Yamaoka [Wed, 14 Apr 2010 23:20:37 +0000 (23:20 +0000)]
Merge from mainline.

15 years agoMerge from mainline.
Katsumi Yamaoka [Wed, 14 Apr 2010 22:44:33 +0000 (22:44 +0000)]
Merge from mainline.

15 years agoFix @deffn without category.
Juri Linkov [Wed, 14 Apr 2010 22:41:21 +0000 (01:41 +0300)]
Fix @deffn without category.

* abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
for `abbrev-insert'.

* buffers.texi (Indirect Buffers): Add category `Command'
to @deffn of `clone-indirect-buffer'.

* windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
for `next-window' and `previous-window'.  Add category `Command'
to @deffn of `pop-to-buffer'.

15 years ago* ido.el (ido-file-internal): Fix 2009-12-02 change.
Chong Yidong [Wed, 14 Apr 2010 17:32:50 +0000 (13:32 -0400)]
* ido.el (ido-file-internal): Fix 2009-12-02 change.

16 years ago* progmodes/grep.el (grep-compute-defaults): Fix handling of host
Chong Yidong [Wed, 14 Apr 2010 15:33:42 +0000 (11:33 -0400)]
* progmodes/grep.el (grep-compute-defaults): Fix handling of host
default settings (Bug#5928).